home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -serious- / wb / merlin / start2 < prev    next >
Text File  |  1999-07-12  |  1KB  |  68 lines

  1.  
  2. ;
  3. ;   An assign MCP: to the directory with this script is expected
  4. ;
  5. ;   Debug version of the start script
  6. ;
  7.  
  8.  
  9.  
  10. if not exists mcp:
  11.    echo "Error: You need an assign mcp: to the main directory."
  12.    quit
  13. endif
  14.  
  15. if exists mcp:fonts
  16.    assign  add FONTS:  mcp:fonts
  17. endif
  18.  
  19. ;;; For future Trion libs
  20.  
  21. if exists mcp:libs
  22.    assign  add LIBS:   mcp:libs
  23. endif
  24.  
  25. ;;;  Make sure important directories exist
  26.  
  27. if not exists mcp:temp
  28.    makedir mcp:temp
  29. endif
  30.  
  31. path    mcp:bin  mcp:scripts  add
  32.  
  33. ;Resident
  34.  
  35.  
  36.  
  37.  
  38. run MPS -d -m                ; start Handler (suplies screen and services)
  39. run MCP -d -m main            ; start Gui program with "main.mcp"
  40. run SndHnd  >nil:       ; start Sound handler
  41.  
  42.  
  43. run mcp -d -m drivestest          ;sdrives
  44. wait 1
  45. run mcp -d -m colortest
  46. wait 1
  47. run mcp -d -m myAmiga
  48. wait 1
  49. run mcp -d -m Agent
  50. wait 1
  51. run mcp -d -m earth
  52. wait 1
  53. run mcp -d -m gal
  54. wait 1
  55.  
  56. run mcp:bin/scheduler ONTRION
  57. run mcp:bin/stopbutton INSTALL
  58.  
  59.  
  60. Wait 3
  61.  
  62. sndevent -L  gost_AmircStart  9      ; load sample 9
  63. sndevent -L  startrek-alert   10     ; load sample 10
  64. sndevent -P  9                       ; play sample 9
  65. sndevent -U  9                       ; unload sample 9
  66. ; sndevent -q
  67.  
  68.